type runtime.traceStackTable

4 uses

	runtime (current package)
		trace.go#L68: 	stackTab  [2]traceStackTable  // maps stack traces to unique ids
		tracestack.go#L132: type traceStackTable struct {
		tracestack.go#L138: func (t *traceStackTable) put(pcs []uintptr) uint64 {
		tracestack.go#L149: func (t *traceStackTable) dump(gen uintptr) {